-- The handler for "checkOneRight" is in the stack script.
on mouseUp
checkOneRight cd
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=273 top=311 right=329 bottom=391
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer.
on mouseUp
resetCd
set hilite of btn "A3" to true
wait 25
repeat 2
set hilite of btn "A3" to false
wait 25
set hilite of btn "A3" to true
wait 25
end repeat
ans 4,cd
end mouseUp
-- part 20 (field)
-- low flags: 81
-- high flags: 0004
-- rect: left=8 top=165 right=317 bottom=140
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Feedback
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part contents for background part 9
----- text -----
4 of 5
-- part contents for background part 19
----- text -----
But I thought HyperCard had new printing capabilities. Are you sure HyperCard can’t do what we need?
That’s not quite what I need. Can’t I print just some of the information from a particular card?
That solves our problem exactly. Thank you.
This is the correct answer. He needs to know that he can print part of the information on a single card.
-- part contents for background part 31
----- text -----
No, sorry.
Of course. You can print out one card or all the cards of a HyperCard stack at any time—you can even print out only the cards you want, as many to a page as you want.
Oh yes. You can set up multiple saved reports for any stack, arranging the reports to show the information from any fields you want.
-- part contents for background part 30
----- text -----
We also need to be able to print out
different kinds of reports from our
information. All this information will be on
the same screen on the computer, but we only want to print out parts of it. Can HyperCard handle that ?